Uncategorized APIClass ObjectPlatformCamera ClassOn this pagePlatformCamera Class Description: A class that defines how to create instances of PlatformCamera. __call Type: Metamethod. Description: Creates a new instance of PlatformCamera. Signature: metamethod __call: function( self: PlatformCameraClass, name?: string --[[""]] ): PlatformCamera Parameters: ParameterTypeDescriptionnamestring[optional] The name of the new instance, default is empty string. Returns: Return TypeDescriptionPlatformCameraThe new PlatformCamera instance.